projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f96ed7
)
ARM: dts: socfpga: Add missing UART resets
author
Marek Vasut
<
[email protected]
>
Mon, 13 Aug 2018 16:42:39 +0000
(18:42 +0200)
committer
Marek Vasut
<
[email protected]
>
Mon, 13 Aug 2018 20:35:16 +0000
(22:35 +0200)
The UART0 and UART1 resets are missing from DT, so the reset manager
cannot control them. Add the missing DT reset entries.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Ley Foon Tan <
[email protected]
>
arch/arm/dts/socfpga_arria10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria10.dtsi
b/arch/arm/dts/socfpga_arria10.dtsi
index 51b31dc2b520053c81332909ccd4cce2ff382b0e..aafcfe9ce49fe7de125b148d865cd9e30882f492 100644
(file)
--- a/
arch/arm/dts/socfpga_arria10.dtsi
+++ b/
arch/arm/dts/socfpga_arria10.dtsi
@@
-797,6
+797,7
@@
reg-shift = <2>;
reg-io-width = <4>;
clocks = <&l4_sp_clk>;
+ resets = <&rst UART0_RESET>;
status = "disabled";
};
@@
-807,6
+808,7
@@
reg-shift = <2>;
reg-io-width = <4>;
clocks = <&l4_sp_clk>;
+ resets = <&rst UART1_RESET>;
status = "disabled";
};